Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-0 vector-toc-not-available vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-0 skin-theme-clientpref-day vector-sticky-header-enabled" lang="de" dir="ltr"><head>
<meta charset="UTF-8">
<title>Census-Transformation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="./_res_/favicon.png">
<link rel="canonical" href="https://de.wikipedia.org/wiki/Census-Transformation"> <link href="./_mw_/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.math.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.wikimediamessages.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./_mw_/skins.vector.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link href="./_mw_/ext.gadget.citeRef.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.defaultPlainlinks.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonHide.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonLayout.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiCommonStyle.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiDarkmode.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.dewikiResponsive.css" rel="stylesheet" type="text/css">
<link href="./_mw_/ext.gadget.specialSearch.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./_mw_/site.styles.css">
<link rel="stylesheet" type="text/css" href="./_mw_/noscript.css">
<link rel="stylesheet" type="text/css" href="./_res_/footer.css">
<link rel="stylesheet" type="text/css" href="./_res_/vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Census-Transformation rootpage-Census-Transformation skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading"><span class="mw-page-title-main">Census-Transformation</span></h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="contentSub">
<div id="mw-content-subtitle"></div>
</div>
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="de" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="de" dir="ltr"><p>Die <b>Census-Transformation</b> (CT) (engl. <i>Census Transform</i>) wurde von Zabih und Woodfill vorgeschlagen<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> und berechnet für jeden quadratischen Pixelbereich eines Bildes einen Bit-String als Signatur<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup>.
</p><p>Dadurch können insbesondere über die <a href="Hamming-Abstand" title="Hamming-Abstand">Hamming-Distanz</a> der Bit-Strings schnell übereinstimmende Bereiche der Bilder ermittelt werden – beispielsweise zur Erzeugung einer <i><span lang="en">disparity map</span></i> als Vorstufe zur Bestimmung des <a href="Optischer_Fluss" title="Optischer Fluss">optischen Flusses</a> (<i><span lang="en">optical flow</span></i>) oder einer <a href="Deviation_(Stereografie)" title="Deviation (Stereografie)">Stereo Disparität</a> (<i><span lang="en">stereo matching</span></i>) von zeitlich folgenden bzw. gleichzeitig aufgenommenen Bildern.
</p>

<div class="mw-heading mw-heading2"><h2 id="Algorithmus">Algorithmus</h2></div>
<p>Der Grauwert des zentralen Pixels wird einzeln mit seinen Nachbarn (Anzahl <i>N</i>) verglichen und das Ergebnis (N&nbsp;×&nbsp;1&nbsp;Bit) als Zahl abgespeichert (Bit-String) – wobei das Bit „0“ einen Wert größer und das Bit „1“ einen Wert kleiner oder gleich dem Grauwert des zentralen Pixels kennzeichnet.
Meist wird eine 3×3-Umgebung betrachtet und der triviale Vergleich mit sich selbst ausgelassen (3&nbsp;×&nbsp;3&nbsp;−&nbsp;1 =&nbsp;8&nbsp;Bit =&nbsp;1&nbsp;Byte). Jedoch ist auch die Betrachtung einer 5×5-Umgebung gebräuchlich (5&nbsp;×&nbsp;5&nbsp;−&nbsp;1 =&nbsp;24&nbsp;Bit).
</p><p>Die Reihenfolge der Ergebnisbits ist beliebig (aber fest) und kann beispielsweise im Uhrzeigersinn angeordnet sein.
</p>
<dl><dd><span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \mathbf {F} ={\begin{bmatrix}1&amp;2&amp;3\\8&amp;C&amp;4\\7&amp;6&amp;5\end{bmatrix}}}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mrow class="MJX-TeXAtom-ORD">
<mi mathvariant="bold">F</mi>
</mrow>
<mo>=</mo>
<mrow class="MJX-TeXAtom-ORD">
<mrow>
<mo>[</mo>
<mtable rowspacing="4pt" columnspacing="1em">
<mtr>
<mtd>
<mn>1</mn>
</mtd>
<mtd>
<mn>2</mn>
</mtd>
<mtd>
<mn>3</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>8</mn>
</mtd>
<mtd>
<mi>C</mi>
</mtd>
<mtd>
<mn>4</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>7</mn>
</mtd>
<mtd>
<mn>6</mn>
</mtd>
<mtd>
<mn>5</mn>
</mtd>
</mtr>
</mtable>
<mo>]</mo>
</mrow>
</mrow>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \mathbf {F} ={\begin{bmatrix}1&amp;2&amp;3\\8&amp;C&amp;4\\7&amp;6&amp;5\end{bmatrix}}}</annotation>
</semantics>
</math></span><img src="./_assets_/eb734a37dd21ce173a46342d1cc64c92/92886ae49eaa002fffdcd8ff3bb498753f18637b.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -4.005ex; width:17.37ex; height:9.176ex;" alt="{\displaystyle \mathbf {F} ={\begin{bmatrix}1&amp;2&amp;3\\8&amp;C&amp;4\\7&amp;6&amp;5\end{bmatrix}}}" loading="lazy"></span></dd></dl>
<p>Dadurch entsteht ein Signatur-Vektor (z.&nbsp;B. „11001011“ bei einer 3x3 Umgebung) für den zentralen Pixel, welcher mit anderen Signatur-Vektoren verglichen werden kann.
</p>
<div class="mw-heading mw-heading3"><h3 id="Dreiwertige_Census-Transformation">Dreiwertige Census-Transformation</h3></div>
<p>Die von Zabih und Woodfill vorgeschlagene Census-Transformation wurde von Stein durch einen <b><span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \epsilon }">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>ϵ<!-- ϵ --></mi>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \epsilon }</annotation>
</semantics>
</math></span><img src="./_assets_/eb734a37dd21ce173a46342d1cc64c92/c3837cad72483d97bcdde49c85d3b7b859fb3fd2.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -0.338ex; width:0.944ex; height:1.676ex;" alt="{\displaystyle \epsilon }" loading="lazy"></span>-Parameter</b> erweitert, wodurch ähnliche Pixel repräsentiert werden können (und damit eine gewisse Unschärfe bzw. Rauschen toleriert wird).
Dadurch entsteht eine 3-wertige (<i><span lang="en">three-moded</span></i>) Census-Transformation, die hier in der von Stein gewählten Definition zusammen mit einem Beispiel gezeigt wird:
</p>
<dl><dd><span class="mwe-math-element mwe-math-element-inline"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\displaystyle \xi (P,P')={\begin{cases}0,&amp;{\text{wenn }}P-P'>\epsilon \\1,&amp;{\text{wenn }}|P-P'|\leq \epsilon \\2,&amp;{\text{wenn }}P'-P>\epsilon \end{cases}}\qquad {\begin{array}{|c|c||c|}\hline 124&amp;74&amp;32\\\hline 124&amp;64&amp;18\\\hline 157&amp;116&amp;84\\\hline \end{array}}\longrightarrow {\begin{array}{|c|c|c|}\hline 2&amp;1&amp;0\\\hline 2&amp;x&amp;0\\\hline 2&amp;2&amp;2\\\hline \end{array}}\longrightarrow 21002222}">
<semantics>
<mrow class="MJX-TeXAtom-ORD">
<mstyle displaystyle="true" scriptlevel="0">
<mi>ξ<!-- ξ --></mi>
<mo stretchy="false">(</mo>
<mi>P</mi>
<mo>,</mo>
<msup>
<mi>P</mi>
<mo>′</mo>
</msup>
<mo stretchy="false">)</mo>
<mo>=</mo>
<mrow class="MJX-TeXAtom-ORD">
<mrow>
<mo>{</mo>
<mtable columnalign="left left" rowspacing=".2em" columnspacing="1em" displaystyle="false">
<mtr>
<mtd>
<mn>0</mn>
<mo>,</mo>
</mtd>
<mtd>
<mrow class="MJX-TeXAtom-ORD">
<mtext>wenn&nbsp;</mtext>
</mrow>
<mi>P</mi>
<mo>−<!-- − --></mo>
<msup>
<mi>P</mi>
<mo>′</mo>
</msup>
<mo>&gt;</mo>
<mi>ϵ<!-- ϵ --></mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>1</mn>
<mo>,</mo>
</mtd>
<mtd>
<mrow class="MJX-TeXAtom-ORD">
<mtext>wenn&nbsp;</mtext>
</mrow>
<mrow class="MJX-TeXAtom-ORD">
<mo stretchy="false">|</mo>
</mrow>
<mi>P</mi>
<mo>−<!-- − --></mo>
<msup>
<mi>P</mi>
<mo>′</mo>
</msup>
<mrow class="MJX-TeXAtom-ORD">
<mo stretchy="false">|</mo>
</mrow>
<mo>≤<!-- ≤ --></mo>
<mi>ϵ<!-- ϵ --></mi>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>2</mn>
<mo>,</mo>
</mtd>
<mtd>
<mrow class="MJX-TeXAtom-ORD">
<mtext>wenn&nbsp;</mtext>
</mrow>
<msup>
<mi>P</mi>
<mo>′</mo>
</msup>
<mo>−<!-- − --></mo>
<mi>P</mi>
<mo>&gt;</mo>
<mi>ϵ<!-- ϵ --></mi>
</mtd>
</mtr>
</mtable>
<mo fence="true" stretchy="true" symmetric="true"></mo>
</mrow>
</mrow>
<mspace width="2em"></mspace>
<mrow class="MJX-TeXAtom-ORD">
<mtable columnalign="center center center" rowspacing="4pt" columnspacing="1em" rowlines="solid solid" columnlines="solid solid" frame="solid">
<mtr>
<mtd>
<mn>124</mn>
</mtd>
<mtd>
<mn>74</mn>
</mtd>
<mtd>
<mn>32</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>124</mn>
</mtd>
<mtd>
<mn>64</mn>
</mtd>
<mtd>
<mn>18</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>157</mn>
</mtd>
<mtd>
<mn>116</mn>
</mtd>
<mtd>
<mn>84</mn>
</mtd>
</mtr>
</mtable>
</mrow>
<mo stretchy="false">⟶<!-- ⟶ --></mo>
<mrow class="MJX-TeXAtom-ORD">
<mtable columnalign="center center center" rowspacing="4pt" columnspacing="1em" rowlines="solid solid" columnlines="solid solid" frame="solid">
<mtr>
<mtd>
<mn>2</mn>
</mtd>
<mtd>
<mn>1</mn>
</mtd>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>2</mn>
</mtd>
<mtd>
<mi>x</mi>
</mtd>
<mtd>
<mn>0</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mn>2</mn>
</mtd>
<mtd>
<mn>2</mn>
</mtd>
<mtd>
<mn>2</mn>
</mtd>
</mtr>
</mtable>
</mrow>
<mo stretchy="false">⟶<!-- ⟶ --></mo>
<mn>21002222</mn>
</mstyle>
</mrow>
<annotation encoding="application/x-tex">{\displaystyle \xi (P,P')={\begin{cases}0,&amp;{\text{wenn }}P-P'&gt;\epsilon \\1,&amp;{\text{wenn }}|P-P'|\leq \epsilon \\2,&amp;{\text{wenn }}P'-P&gt;\epsilon \end{cases}}\qquad {\begin{array}{|c|c||c|}\hline 124&amp;74&amp;32\\\hline 124&amp;64&amp;18\\\hline 157&amp;116&amp;84\\\hline \end{array}}\longrightarrow {\begin{array}{|c|c|c|}\hline 2&amp;1&amp;0\\\hline 2&amp;x&amp;0\\\hline 2&amp;2&amp;2\\\hline \end{array}}\longrightarrow 21002222}</annotation>
</semantics>
</math></span><img src="./_assets_/eb734a37dd21ce173a46342d1cc64c92/025d0bad94fe1976486fde921cab995014bb0772.svg" class="mwe-math-fallback-image-inline mw-invert skin-invert" aria-hidden="true" style="vertical-align: -4.505ex; width:88.077ex; height:10.176ex;" alt="{\displaystyle \xi (P,P')={\begin{cases}0,&amp;{\text{wenn }}P-P'>\epsilon \\1,&amp;{\text{wenn }}|P-P'|\leq \epsilon \\2,&amp;{\text{wenn }}P'-P>\epsilon \end{cases}}\qquad {\begin{array}{|c|c||c|}\hline 124&amp;74&amp;32\\\hline 124&amp;64&amp;18\\\hline 157&amp;116&amp;84\\\hline \end{array}}\longrightarrow {\begin{array}{|c|c|c|}\hline 2&amp;1&amp;0\\\hline 2&amp;x&amp;0\\\hline 2&amp;2&amp;2\\\hline \end{array}}\longrightarrow 21002222}" loading="lazy"></span></dd></dl>
<p>Bei der dreiwertigen Census-Transformation werden also zwei Bit benötigt, was die Länge des Vergleichsvektors verdoppelt.
</p>
<div class="mw-heading mw-heading3"><h3 id="Modifizierte_Census-Transformation">Modifizierte Census-Transformation</h3></div>
<p>Andererseits wird bei der erstmals von Fröba und Ernst vorgeschlagenen <i>modifizierten Census-Transformation</i> (<span lang="en">modified CT</span>, MCT) die Umgebung (Nachbarn und Zentralpixel) mit dem <a href="Arithmetisches_Mittel" title="Arithmetisches Mittel">Mittelwert</a> der 3×3-Umgebung verglichen. Dadurch hat die Filterantwort jedes Pixels ein Bit mehr (9 bzw. 25 Bit).
</p>
<div class="mw-heading mw-heading2"><h2 id="Eigenschaften">Eigenschaften</h2></div>
<ul><li>kaum abhängig von Helligkeitsschwankungen (Belichtungszeit, regionale Schatten)</li>
<li>unterscheidet Rotation und Spiegelung</li>
<li>lokaler Filter</li>
<li><a href="Informationsverlust" title="Informationsverlust">Informationsverlust</a> (d.&nbsp;h. das Bild ist aus der Filterantwort nicht rekonstruierbar)</li></ul>
<div class="mw-heading mw-heading2"><h2 id="Anwendungen">Anwendungen</h2></div>
<p>Die Census-Transformation kann zur Berechnung des <a href="Optischer_Fluss" title="Optischer Fluss">optischen Flusses</a> (<i>feature tracking</i>), zur <a href="Bildsegmentierung" class="mw-redirect" title="Bildsegmentierung">Bildsegmentierung</a> oder bei der <a href="Gesichtserkennung" title="Gesichtserkennung">Gesichtserkennung</a> verwendet werden. Sie ähnelt vom Konzept her den BRIEF-Features (ein Descriptor) und geht mehrfach in die Berechnung von <i>Local Binary Patterns</i> (LBP) ein.
</p>
<div class="mw-heading mw-heading2"><h2 id="Einzelnachweise">Einzelnachweise</h2></div>
<ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a></span> <span class="reference-text">ZABIH, Ramin; WOODFILL, John. Non-parametric local transforms for computing visual correspondence. In: European conference on computer vision. Springer, Berlin, Heidelberg, 1994, S. 151–158. <a href="https://doi.org/10.1007/BFb0028345" class="extiw external" title="doi:10.1007/BFb0028345">doi:10.1007/BFb0028345</a></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><a href="#cite_ref-2">↑</a></span> <span class="reference-text">PEÑA, Dexmont; SUTHERLAND, Alistair. Non-parametric image transforms for sparse disparity maps. In: Machine Vision Applications (MVA), 14th IAPR International Conference on. IEEE, 2015, S. 291–294. <a href="https://doi.org/10.1109/MVA.2015.7153188" class="extiw external" title="doi:10.1109/MVA.2015.7153188">doi:10.1109/MVA.2015.7153188</a></span>
</li>
</ol>
<div class="mw-heading mw-heading2"><h2 id="Quellen">Quellen</h2></div>
<ul><li>Ramin Zabih, John Woodfill: <cite style="font-style:italic">Non-parametric local transforms for computing visual correspondence</cite>. In: Jan-Olof Eklundh (Hrsg.): <cite style="font-style:italic">Computer Vision — ECCV ’94</cite> (=&nbsp;<cite style="font-style:italic">Lecture notes in computer science</cite>. <span style="white-space:nowrap">Band<span style="display:inline-block;width:.2em">&nbsp;</span>801</span>). Springer-Verlag, Berlin/Heidelberg 1994, ISBN 3-540-57957-5, <span style="white-space:nowrap">S.<span style="display:inline-block;width:.2em">&nbsp;</span>151–158</span>, <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.1007/BFb0028345">10.1007/BFb0028345</a></span>.<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rfr_id=info:sid/de.wikipedia.org:Census-Transformation&amp;rft.atitle=Non-parametric+local+transforms+for+computing+visual+correspondence&amp;rft.au=Ramin+Zabih%2C+John+Woodfill&amp;rft.btitle=Computer+Vision+%E2%80%94+ECCV++%E2%80%9994&amp;rft.date=1994&amp;rft.doi=10.1007%2FBFb0028345&amp;rft.genre=book&amp;rft.isbn=3540579575&amp;rft.pages=151-158&amp;rft.place=Berlin%2FHeidelberg&amp;rft.pub=Springer-Verlag&amp;rft.series=Lecture+notes+in+computer+science" style="display:none">&nbsp;</span></li>
<li>Fridtjof Stein: <cite style="font-style:italic">Efficient Computation of Optical Flow Using the Census Transform</cite>. In: <cite style="font-style:italic">Pattern Recognition</cite> (=&nbsp;<cite style="font-style:italic">Lecture notes in computer science</cite>. <span style="white-space:nowrap">Band<span style="display:inline-block;width:.2em">&nbsp;</span>3175</span>). Springer, Berlin/Heidelberg 2004, ISBN 3-540-22945-0, <span style="white-space:nowrap">S.<span style="display:inline-block;width:.2em">&nbsp;</span>79–86</span>, <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.1007/978-3-540-28649-3_10">10.1007/978-3-540-28649-3_10</a></span>.<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rfr_id=info:sid/de.wikipedia.org:Census-Transformation&amp;rft.atitle=Efficient+Computation+of+Optical+Flow+Using+the+Census+Transform&amp;rft.au=Fridtjof+Stein&amp;rft.btitle=Pattern+Recognition&amp;rft.date=2004&amp;rft.doi=10.1007%2F978-3-540-28649-3_10&amp;rft.genre=book&amp;rft.isbn=3540229450&amp;rft.pages=79-86&amp;rft.place=Berlin%2FHeidelberg&amp;rft.pub=Springer&amp;rft.series=Lecture+notes+in+computer+science" style="display:none">&nbsp;</span></li>
<li>Bernhard Fröba, Andreas Ernst: <cite style="font-style:italic">Face Detection with the Modified Census Transform</cite>. In: <cite style="font-style:italic">Proceedings of the Sixth IEEE International Conference on Automatic Face and Gesture Recognition (FGR’04)</cite>. <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.1109/AFGR.2004.1301514">10.1109/AFGR.2004.1301514</a></span>.<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rfr_id=info:sid/de.wikipedia.org:Census-Transformation&amp;rft.atitle=Face+Detection+with+the+Modified+Census+Transform&amp;rft.au=Bernhard+Fr%C3%B6ba%2C+Andreas+Ernst&amp;rft.btitle=Proceedings+of+the+Sixth+IEEE+International+Conference+on+Automatic+Face+and+Gesture+Recognition+%28FGR%E2%80%9904%29&amp;rft.doi=10.1109%2FAFGR.2004.1301514&amp;rft.genre=book" style="display:none">&nbsp;</span></li>
<li>Zucheul Lee, Jason Juang, Truong Q. Nguyen: <cite style="font-style:italic">Local Disparity Estimation With Three-Moded Cross Census and Advanced Support Weight</cite>. In: <cite style="font-style:italic">IEEE Transactions on Multimedia</cite>. <span style="white-space:nowrap">Band<span style="display:inline-block;width:.2em">&nbsp;</span>15</span>, <span style="white-space:nowrap">Nr.<span style="display:inline-block;width:.2em">&nbsp;</span>8</span>, 2013, <span style="white-space:nowrap">S.<span style="display:inline-block;width:.2em">&nbsp;</span>1855–1864</span>, <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.1109/TMM.2013.2270456">10.1109/TMM.2013.2270456</a></span>.<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rfr_id=info:sid/de.wikipedia.org:Census-Transformation&amp;rft.atitle=Local+Disparity+Estimation+With+Three-Moded+Cross+Census+and+Advanced+Support+Weight&amp;rft.au=Zucheul+Lee%2C+Jason+Juang%2C+Truong+Q.+Nguyen&amp;rft.date=2013&amp;rft.doi=10.1109%2FTMM.2013.2270456&amp;rft.genre=journal&amp;rft.issue=8&amp;rft.jtitle=IEEE+Transactions+on+Multimedia&amp;rft.pages=1855-1864&amp;rft.volume=15" style="display:none">&nbsp;</span></li>
<li>Bogusław Cyganek: <cite style="font-style:italic">Comparison of Nonparametric Transformations and Bit Vector Matching for Stereo Correlation</cite>. In: R. Klette, J. Žunić (Hrsg.): <cite style="font-style:italic">Combinatorial Image Analysis. IWCIA 2004</cite> (=&nbsp;<cite style="font-style:italic">Lecture Notes in Computer Science (LNCS)</cite>. <span style="white-space:nowrap">Band<span style="display:inline-block;width:.2em">&nbsp;</span>3322</span>). 2004, <span style="white-space:nowrap">S.<span style="display:inline-block;width:.2em">&nbsp;</span>534–547</span>, <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.1007/978-3-540-30503-3_39">10.1007/978-3-540-30503-3_39</a></span>.<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rfr_id=info:sid/de.wikipedia.org:Census-Transformation&amp;rft.atitle=Comparison+of+Nonparametric+Transformations+and+Bit+Vector+Matching+for+Stereo+Correlation&amp;rft.au=Bogus%C5%82aw+Cyganek&amp;rft.btitle=Combinatorial+Image+Analysis.+IWCIA+2004&amp;rft.date=2004&amp;rft.doi=10.1007%2F978-3-540-30503-3_39&amp;rft.genre=book&amp;rft.pages=534-547&amp;rft.series=Lecture+Notes+in+Computer+Science+%28LNCS%29" style="display:none">&nbsp;</span></li></ul>
<ul><li>Michael Calonder, Vincent Lepetit, Christoph Strecha, Pascal Fua: <cite style="font-style:italic">BRIEF: Binary Robust Independent Elementary Features</cite>. In: <cite style="font-style:italic">Computer Vision – ECCV 2010</cite> (=&nbsp;<cite style="font-style:italic">Lecture notes in computer science</cite>. <span style="white-space:nowrap">Band<span style="display:inline-block;width:.2em">&nbsp;</span>6314</span>). Springer, Berlin/Heidelberg 2010, ISBN 978-3-642-15560-4, <span style="white-space:nowrap">S.<span style="display:inline-block;width:.2em">&nbsp;</span>778–792</span>, <a href="Digital_Object_Identifier" title="Digital Object Identifier">doi</a>:<span class="uri-handle" style="white-space:nowrap"><a rel="nofollow" class="external text" href="https://doi.org/10.1007/978-3-642-15561-1_56">10.1007/978-3-642-15561-1_56</a></span> (<a rel="nofollow" class="external text" href="http://cvlab.epfl.ch/research/detect/brief/">online</a>).<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rfr_id=info:sid/de.wikipedia.org:Census-Transformation&amp;rft.atitle=BRIEF%3A+Binary+Robust+Independent+Elementary+Features&amp;rft.au=Michael+Calonder%2C+Vincent+Lepetit%2C+Christoph+Strecha%2C+...&amp;rft.btitle=Computer+Vision+-+ECCV+2010&amp;rft.date=2010&amp;rft.doi=10.1007%2F978-3-642-15561-1_56&amp;rft.genre=book&amp;rft.isbn=9783642155604&amp;rft.pages=778-792&amp;rft.place=Berlin%2FHeidelberg&amp;rft.pub=Springer&amp;rft.series=Lecture+notes+in+computer+science" style="display:none">&nbsp;</span></li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
Dieser Artikel wurde von <a class="external text" title="Zuletzt bearbeitet am 2025-08-18" href="https://de.wikipedia.org/wiki/?title=Census-Transformation&amp;oldid=258962927">Wikipedia</a> herausgegeben. Der Text ist unter <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.de">Creative Commons Attribution-Share Alike 4.0</a> verfügbar, sofern nicht anders angegeben. Für die Mediendateien können zusätzliche Bedingungen gelten.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
<script src="./_webp_/webpHandler.js"></script>

</body></html>